home *** CD-ROM | disk | FTP | other *** search
/ Night Owl - The Best of BBS / Night Owl The Best of BBS (NOP-BBS) (Night Owl Publisher) (1994).iso / 018a / uwars006.lha / XenSysOp.DOC < prev    next >
Text File  |  1994-03-18  |  6KB  |  196 lines

  1.  
  2.                    UniversalWars Xenolink SysOps docs
  3.                    ----------------------------------
  4.  
  5.         ________________
  6.        /                \    Copyright (c) 1993 by Paulo Laureano 
  7.       <  Universal Wars  >   All rights reserved worldwide
  8.        \________________/    Xenolink BBS door version v0.06 docs
  9.  
  10.  
  11.  
  12. Disclaimer
  13. -=-=-=-=-=
  14.  
  15. First of all the disclaimer. I take no (zero, niente, nada) responsability
  16. for what this door can do to your system. If anythings gets lost destroyed,
  17. goes crazy, escapes to hawai with your wife/husband, hits your dog, it's
  18. up to you to ensure pay of any damage caused by this door (material or
  19. whatever). You, the sysop, user, whatever take full responsability for
  20. using this software.
  21. As far as I can tell it registers no enforcer hits, does not mess with
  22. internal xenolink data, or anything that appears remotelly dangerous, BUT
  23. as I've said previously it's your problem. Your risk. I made an option to
  24. lead a very dull life and can do quite well without the emotions off a
  25. court room.
  26. If you are not willing to accept all responsability and risks delete the
  27. software.
  28.  
  29.  
  30.  
  31. Distribution
  32. -=-=-=-=-=-=
  33.  
  34. This door may be freely (XUWARS & CUWARS) distributed.
  35.  
  36.  
  37. XenolinkFreeware
  38. -=-=-=-=-=-=-=-=
  39.  
  40. This archive and all its contents are XenolinkFreeware, meaning in other
  41. words that xenolink sysops do not have to pay a dime for it, however, I
  42. don't want to allow access to my software outside the universe of
  43. REGISTERED xenolink sysops (by registered I mean registered with the author
  44. of the xenolink software, Jonathan Forbes) or users of other (amiga or
  45. otherwise) bbs software.
  46.  
  47. If you area author of any utilities/games for xenolink I would off course
  48. enjoy a registration offer of your software. I'm not a rich person so I
  49. can't register everything, and as I rather not use unregistered versions
  50. for long I end up deleting most things after a while. I would love to have
  51. a "trade" with you! If you're not interested in being a nice guy forget
  52. this, use and enjoy Universal Wars for free like every other sysop.
  53.  
  54.  
  55.  
  56. System requirements
  57. -=-=-=-=-=-=-=-=-=-
  58.  
  59. Xenolink Z3A, plus the hardware/software required for that version of
  60. Xenolink. It will probably work on (Z4) 1.90...
  61.  
  62.  
  63.  
  64. How to install
  65. -=-=-=-=-=-=-=
  66.  
  67. Create a directory for Universal Wars and copy the archive contents to
  68. that directory (XUWARS file and the entire ANSI directory are required).
  69. Then edit your menu(s) to copy the config file to the "doors:" directory
  70. and to use the door.
  71.  
  72. For Xenolink 1.90 or higher systems please notice that the FULL path,
  73. including the "doors:" assign are required:
  74.  
  75. CMD = "UW" 1-255  /* xenolink 1.90 or higher */
  76.    {
  77.       doscommand "copy doors:uwars/uwars.cfg doors:"
  78.       XenolinkDoor "^4096^1^DOORS:UWARS/XUWARS"
  79.    }
  80.  
  81. If you are running Xenolink Z3A (the version previous to 1.90) the old
  82. way of setting up a door is used and there is no need for the uwars.cfg
  83. file:
  84.  
  85. CMD = "UW" 1-255  /* xenolink Z3A way of setting up doors */
  86.    {
  87.       XenolinkDoor "^4096^1^UWARS/XUWARS"
  88.    }
  89.  
  90.  
  91. WHICH MEANS:
  92. ------------
  93.  
  94. doscommand "copy doors:uwars/uwars.cfg doors:" - this copies the directory
  95. information of the door to "doors:" (required for xenolink 1.90 or higher,
  96. not necessary for Z3A). Remember to edit this file to adjust the path to
  97. your setup!
  98.  
  99. ^4096 is the stack 
  100.  
  101. ^1 is the number of nodes that can use the door at the same time (for
  102. UniversalWars is one!!)
  103.  
  104. ^DOORS:UWARS/XUWARS is the directory and filename of the Universal Wars
  105. door and path to the ANSI directory (in the example Universal wars
  106. would expect to find its ansi files in DOORS:UWARS/ANSI).
  107. If you are using a version previous to 1.90 the line is slightly
  108. diferent: ^UWARS/XUWARS.
  109.  
  110.  
  111.  
  112. Alternative setups
  113. -=-=-=-=-=-=-=-=-=
  114.  
  115. Universal Wars will allow 9 games to be running. That should be more than
  116. most boards need, however if this doors gets real popular or something
  117. similar you can install multiple rooms/directories of Universal Wars by
  118. using multiple paths (and configuration files if you are using Xenolink
  119. 1.90 or higher);
  120.  
  121. example:
  122.  
  123. CMD = "UW1" 1-255 /* xenolink 1.90 or higher */
  124.    {
  125.       doscommand "copy doors:uwars01/uwars.cfg doors:"
  126.       XenolinkDoor "^4096^1^DOORS:UWARS01/XUWARS"
  127.    }                                                  
  128.  
  129. CMD = "UW2" 1-255 /* xenolink 1.90 or higher */
  130.    {
  131.       doscommand "copy doors:uwars02/uwars.cfg doors:"
  132.       XenolinkDoor "^4096^1^DOORS:UWARS02/XUWARS"
  133.    }
  134.  
  135. this would setup two rooms with 9 games each... you can do this forever
  136. having virtually game rooms with diferent access levels, secret rooms
  137. (unlisted on menus), etc. Just remember to copy both the door and the ANSI
  138. directory to each directory AND edit the configuration file of each
  139. directory. Universal wars will create the required datafiles, etc.
  140.  
  141. If you are running Xenolink Z3A (the version previous to 1.90) the old
  142. way of setting up a door is used and there is no need for the uwars.cfg
  143. file:
  144.  
  145. CMD = "UW1" 1-255 /* xenolink Z3A way of setting up doors */
  146.    {
  147.       XenolinkDoor "^4096^1^UWARS01/XUWARS"
  148.    }                                                  
  149.  
  150. CMD = "UW2" 1-255 /* xenolink Z3A way of setting up doors */
  151.    {
  152.       XenolinkDoor "^4096^1^UWARS02/XUWARS"
  153.    }
  154.  
  155.  
  156.  
  157.  
  158. MAINTENANCE
  159. -=-=-=-=-=-
  160.  
  161.  None, hopefully. All game datafiles files have the same size, if one gets
  162. corrupted just delete it. The game runs the events when users enter it, no
  163. cron programs are necessary.
  164.  Turns are made dailly, games that are not played for 31 days are deleted,
  165. once victory is achieved in one game it will be available after 31 days.
  166.  
  167.  
  168.  
  169. DELETING ONE/ALL GAMES
  170. -=-=-=-=-=-=-=-=-=-=-=
  171.  
  172. To delete a game simply delete the Game#.dat (where # is the number of the
  173. game to be deleted).
  174.  
  175. To delete all games simply all Game#.dat (where # is the number of the
  176. each game) files.
  177.  
  178.  
  179.  
  180. IF A FILE GETS DAMAGED
  181. -=-=-=-=-=-=-=-=-=-=-=
  182.  
  183. All game#.dat have exactly the same size. If a file has a diferent size
  184. simply delete it since it is damaged/corrupted.
  185.  
  186.  
  187.  
  188. How can I report bugs & problems
  189. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  190.  
  191. On the Xenolink echos and by netmail to 2:362/4...
  192. You may also call the bbs directly and check how is progress on the door,
  193. you may access the door on your first call.
  194. The number is ++351-1-705070 and it has a v32bis modem.
  195.  
  196.